home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000082_fdc@columbia.edu_Sun Jan 11 16:13:10 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: New Script: Text to HTML
  5. Date: 11 Jan 2004 20:27:42 GMT
  6. Organization: Columbia University
  7. Lines: 12
  8. Message-ID: <slrnc03cdu.iro.fdc@sesame.cc.columbia.edu>
  9. Reply-To: fdc@columbia.edu
  10. NNTP-Posting-Host: sesame.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1073852862 7970 128.59.59.56 (11 Jan 2004 20:27:42 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 11 Jan 2004 20:27:42 GMT
  14. User-Agent: slrn/0.9.7.4 (SunOS)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14766
  16.  
  17. For those who have wondered if Kermit is suitable for writing CGI
  18. scripts, here's a proof-of-concept that it can generate HTML:
  19.  
  20.   http://www.columbia.edu/kermit/ckscripts.html#html
  21.  
  22. -- a script that converts a plain-text file to HTML, that also handles
  23. bullet and numbered lists and some other text elements.
  24.  
  25. Anybody who is using Kermit for live-action CGI scripting, don't be
  26. shy about posting examples!
  27.  
  28. - Frank
  29.